runtime.randomEnum.position (method)
7 uses
runtime (current package)
mgcmark_greenteagc.go#L801: if !work.spanqMask.read(enum.position()) {
mgcmark_greenteagc.go#L804: p2 := allp[enum.position()]
mgcmark_greenteagc.go#L818: work.spanqMask.clear(int32(enum.position()))
proc.go#L3842: p2 := allp[enum.position()]
proc.go#L3860: if stealTimersOrRunNextG && timerpMask.read(enum.position()) {
proc.go#L3883: if !idlepMask.read(enum.position()) {
proc.go#L8038: func (enum *randomEnum) position() uint32 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |